@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
	color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #0174bc inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
  }
  ::-webkit-scrollbar-track {
	background: #fff;
  }
  ::-webkit-scrollbar-thumb {
	background: #0174bc;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #0174bc;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #0174bc;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	font-size: 16px;
}
.crumbs{
	line-height: 35px;
	padding-top: 1%;
	padding-bottom: 2%;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
}
.center-content{
	font-size:16px;
}
.center-content p{
	margin-bottom:10px;
}
.goodinfo .gallery-top .swiper-button-white{
    filter: drop-shadow(2px 4px 6px #0174bc);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: inline-block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1400px;}
/*header*/

.header .tels{
	font-size: 16px;
	text-align: right;
}
.header .tels span{
	font-size: 28px;
	color: #333;
	font-family: 'Russo One', sans-serif;
}
.headtop{
	width: 100%;
    max-width: 1920px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
	background-color: #333;
}

.headtop a{
	color: #fff;
	transition: 0.3s;
}
.headtop a:hover{
	color: #f5c300;
}

.header .inners{
	padding: 0 7%;
	height: 128px;
	line-height: 128px;
	position: relative;
}

header .webtit{
	border-left: 2px solid #bbbbbb;
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
}
header .top{
	position: relative;
	background-color: #0174bc;
	border-bottom: 2px solid #da251e;
}
header .top::before{
	content: "";
	display: block;
	width: 18%;
	height: 111%;
	position: absolute;
	top: -5px;
	left: 0;
	background: #da251e;
	transform: skew(20deg) translateX(-10px);
}


header .webtit>p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit>p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #0174bc; width: 30%;text-align: center;}
header .tel{font-family: fantasy,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;font-size: 22px;font-weight: bolder;    margin-top: 25px;display: block;}
header .tel img{display: inline-block;margin-right: 8px;}
nav{
	background-color: #0174bc;
}
.mainbav>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.mainbav>li::after{
	/*content: "";
	display: block;
	width: 100%;
	height: 111%;
	position: absolute;
	top: -5px;
	left: 8px;
	transition: 0.3s;*/
}
.mainbav>li.act::after{
	/* background: #da251e; */
	/* transform: skew(20deg) translateX(-10px); */
}
.mainbav>li.act a::after{display: none;}


.mainbav>li>a{
	display: block;color: #333;
	font-size: 16px;line-height: 128px;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

.subnav{
	width: 180px;
	position: absolute;left: 50%;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{
	width: 100%;background-color: #0174bc;
	border-bottom: 1px solid #bbbbbb;
	transition: 0.3s;
	line-height: 2.5;
}
.subnav li a{
	color: #fff;
	padding: 7px 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	background-color: #0174bc;
	transition: 0.3s;
}
/* hotwords */
.hotwords{
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #ededed;
}
.hotwords::before{
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 35%;
	height: 100%;
	background-color: #0174bc;
}
.hotwords .disline{
	line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:78%;
}
.hotwords .disline span{

	width: 411px;
	display: inline-block;
	color: #fff;font-size: 18.8px;
	padding: 6px 42px 6px 0;
	margin-right: 20px;
	
	text-align: right;
}
.hotwords .disline a{
	display: inline-block;
	margin: 0 10px;
}
.hotwords .tel{
	margin-top: 17px;
}









/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 36.6%;
}
.banner .btngo{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: #fff;text-align: center;
	font-weight: bold;font-size: 16px;
}
.banner .btngo::before{
	content: "";
	width: 35%;height: 100%;
	position: absolute;left: 0;
	background-color: rgba(1, 116,188, .7);
}
.btngobox{
	text-align: right;width: 411px;
	position: relative;
}
.btngobox>div>div{
	line-height: 3.8;
	margin: 0 46px;
	opacity: 0.68;
	display: inline-block;
}
.btngobox>div>div:hover{opacity: 1;}




.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/* bannerend */

.title{
	width: 100%;
	margin: 20px auto;
}
.title p{
	line-height: 102px;
	font-size: 120px;
	font-family: fantasy;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: -5px;
	background-image: linear-gradient(to bottom,#e4e4e4,transparent);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
	transition: 0.3s;
}
.title h3{
	color: #333333;
	font-weight: 400;
	font-size: 42px;
	margin: -35px 0 -15px;
	position: relative;
}
.title h3 font{
	color: #0174bc;
}
.title span{
	color: #6c6c6c;
	font-size: 16px;
	line-height: 3;
	display: inline-block;
}
/* product */
/* .title h3::before{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #0174bc;margin-right: 4%;} */
/* .title h3::after{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #0174bc;margin-left: 4%;} */

.buttongo>div{
	background-color: rgba(0, 0, 0, .79);
	padding: 30px 18px;
}
.buttongo>div::after{font-size: 20px;}

.procls ul{
	overflow: hidden;
	width: 80%;
	text-align: center;
	margin: 20px auto;
}
.procls ul li{
	display: inline-block;
    text-align: left;
}
.procls ul li a{
	margin: 0 5px;
	line-height: 1.85;
	display: inline-block; font-size: 22px;
	transition: 0.3s;padding: 10px 2px;
}
.procls ul li a::before{
	content: "";
	display: inline-block;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #f5a42e;
	vertical-align: inherit;
}





.procls ul li a:hover{
	color: #f5a42e;
}
.procls ul li.mores a{width: 41px;}
.index .product{padding-top: 3.7%;padding-bottom: 2%;}


.probox ul{overflow: hidden;}
.probox ul li a{
	line-height: 47.5px;color: #4a4a4a;transition: 0.5s;
}
.probox ul li:hover a{color: #f5a42e;}
.probox ul li.on a{color: #f5a42e;}
.probox .mores{
	display: block;font-size: 18px;
	text-align: center;margin-right: 10%;
	line-height: 3; background-color: #0174bc;
	margin-top: 15px;color: #fff;
}
.probox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
}
.probox .conta h5{
	color: #fff;
	line-height: 2.2;
	font-size: 22px;
	font-weight: bold;
	background: #0174bc;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -2px;
}
.probox .conta li{
	border: 1px solid #dddddd;
}
.probox .conta  li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.probox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.probox .conta li:hover h4{
	color: #fff;
	background-color: rgba(245, 195, 0, .7);
}


.center-content{padding: 2% 1%;}
.layui-layer-iframe{
	max-width: 100%;
}

.goodscard .swiper-container-multirow-column>.swiper-wrapper{
	flex-direction: inherit;
}
.goodscard .swiper-slide a{
	display: block;
	overflow: hidden;
	margin: 0 auto 10%;
	position: relative;
	width: 90%;
	border-bottom: 1px dashed #bfbfbf;
}
.goodscard .swiper-slide a::after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 116, 188, .7);
	background-image: url(../images/url.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
.goodscard .swiper-slide a:hover::after{
	top: 0%;
}
.goodscard .swiper-slide a:hover .name{
	color: #fff;
	/* background-color: rgba(23, 78,154, .7); */
}

.goodscard .swiper-slide img{
	width: 100%;
	height: 292px;
	object-fit: cover;
}
.goodscard .swiper-slide .name{
	transition: 0.3s;
	padding: 1.5% 4%;
	color: #333;
	position: relative;
	z-index: 10;
}
.goodscard .swiper-slide .name p{
	text-transform: uppercase;
	font-size: 14px;
}
.goodscard .swiper-slide .name h4 var{
	font-style: normal;
}
.goodscard .swiper-slide .name span{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #f5c300;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s;
}
.goodscard .swiper-slide-active .name{
	color: #333333;
}
.goodscard .swiper-slide h4{
	font-size: 16px;
	padding: 5% 0;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goodscard .swiper-slide h4 var{
	float: right;
}
.product .mores{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	background-color: #f5a42e;
	vertical-align: super;
	transition: 0.3s;
}
.product .mores:hover{
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 5px 5px 5px #0174bc;
}

@media (min-width:768px){
	.mainbav>li>a::after{
		/*content: '\\';
		float: right;*/
	}
	.mainbav>li:last-child a::after{
		display: none;
	}
	.subnav li:hover{
		background-color: #fff;
	}
	.subnav li a:hover{
		background-color: #fff;
	}
	.mainbav>li ul a:hover{color: #fff;background-color: #da251e;}
	.mainbav>li:hover{
		color: #fff;
		background: #0174bc;
	}
	.mainbav>li.on>a{color: #fff;background-color: #0174bc;}
	.mainbav>li:hover a{color: #fff;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1) translateX(-50%);
	}


	.goodscard .swiper-slide-active .name h4::before{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name h4::after{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name span{opacity: 1;height: 38px;margin: 10px auto;}
}

.goodscard .pro a{
	display: block;
	border: 1px solid #d6dce5;
	width: 94%;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	margin-bottom: 25px;
	box-shadow: 2px 2px 5px 0px #e2e2e2;
}
.goodscard .pro h4{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: #242323;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goodscard .pro img{ width: 100%;height: 340px;object-fit: contain;}
.goodinfo .swiper-container{
	width: 95%;
}
.goodinfo .gallery-top{margin-bottom: 15px;border: 1px solid #dedede;}
.goodinfo .gallery-top .swiper-slide {
    padding-bottom: 65%;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #fff;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #0174bc;
}
.goodall h2{
	color: #0174bc;
	line-height: 2.5;
	font-size: 28px;
	font-weight: bold;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
	border-top: 1px solid #ccc;width: 80%;
    margin-top: 4%;
    padding-top: 5%;
}
.goodall .telall a{font-size: 22px;font-weight: bold;color: #0174bc;}
.goodall .read{
	display: inline-block;
	background-color: #0174bc;
	padding: 10px 45px;
	border-radius: 8px;
	transition: 0.3s;
	color: #fff;
	margin-top: 5%;
	font-size: 18px;
	border: 1px solid #0174bc;
}
.goodall .read:hover{
	color: #0174bc;
	background-color: #fff;
	border: 1px solid #0174bc;
}
.prodefault .top{
	margin-top: 3.5%;
	border-bottom: 1px solid #0174bc;
}
.prodefault .top h4{
	display: inline-block;
	background-color: #0174bc;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}


/*advbox*/
.advbox{
	color: #fff;
	padding: 2% 0 2%;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/advbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.advbox::after{
	content: '';
	width: 50%;
	height: 220px;
	background-color: #f0a12d;
	position: absolute;
	bottom: 10%;z-index: 1;
}
.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .title h3{color: #fff;}
.advbox .title p{
	background-image: linear-gradient(to bottom,#1d7ac2,transparent);
}
.advbox .container .title h4{
    font-weight: bolder;
    font-size: 30px;
	margin: auto;
	display: inline-block;
	background-color: #0174bc;
	color: #fff;
	padding: 10px 7.5%;    
}
.advbox h6{font-size: 24px;line-height: 36px;}
.advbox .leftadv{margin-top: 5%;}
.advbox .leftadv li{
	margin-bottom: 6%;
	font-size: 16px;
}
.advbox .leftadv li .img{
	text-align: center;
	position: relative;
}
.advbox .leftadv li span{
	font-size: 45px;
	position: relative;
	z-index: 1;
}
.advbox .leftadv li  i{
	position: absolute;
	z-index: 0;
	display: block;
	left: 5%;
	top: -10%;
	width: 88px;
	height: 76px;
	background-color: transparent;
	border: 5px solid #fff;
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	padding: 2rem 25%;
	transform: rotate(90deg);
	transition: 0.36s;
	border-radius: 50%;
}
.advbox .leftadv li:hover i{
	border-radius: 0%;
	background-color: #0174bc;
	border: 1px solid #0174bc;
}



.advinner{
	margin-top: 5%;
	position: relative;
	z-index: 2;
}
.advinner .right{
	margin-left: 2%;
	text-align: right;
}
.advinner .right .top{
	margin-bottom: 7%;
	margin-top: 5%;
}
.advinner .right .top h5{
	color: #f5c300;
	font-size: 30px;
	font-weight: bold;
}
.advinner .right .top>div:first-child{
	max-width: 50%;
}
.advinner .right .top>div:last-child{
	width: 40%;
	padding-left: 5%;
	margin-top: -2.5%;
}
.advinner .right .top p{
	font-size: 36px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.advinner .title{
	text-align: center;
	margin-top: 28%;
}
.advinner .title h2{color: #fff;font-size: 48px;font-weight: bold;line-height: 2;}
.advinner .title p{font-size: 15px;}
.advinner .right .advinfo h6{font-size: 30px;font-weight: bold;}
.advinner .right .advinfo h6 span{ color: #0174bc;font-size: 30px}
.advinner .right .advinfo p{text-transform: uppercase;color: #999999;}
.advinner .right .advinfo ul{    margin-top: 15px;}
.advinner .right .advinfo ul li{
	line-height: 38px;
	font-size: 16px;
}
.advinner .right .advinfo ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 8px;
}
.advinner .name h2{
	font-size: 32px;
}
.advinner .name span{
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.8;
}





/* msgbox */

.msgbox{
	background-image: url(../images/msgbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 2% 0;
	margin: 40px auto;
	color: #fff;
	font-size: 16px;
}
.msgbox .text{
	text-align: right;
}
.msgbox .text h3{
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}
.msgbox .consimg{
	margin-top: 6%;
	font-size: 30px;
	font-family: 'Russo One', sans-serif;
}
.msgbox .consimg span{
	font-size: 30px;
}
.msgbox .consimg a{
	font-weight: bold;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	font-size: 18px;
	color: #095eb8;
	background-color: #ffffff;
	vertical-align: super;
	margin-left: 5%;
	transition: 0.3s;
}
.msgbox .consimg a:hover{
	color: #ef821e;
	transform: translateY(-5px);
	box-shadow: 5px 5px 5px #ef821e;
}
/* case */
.case .swiper-container {
	width: 100%;
	margin: 35px 0;
}





.index .comnum{
	width: 100%;
	background: unset;border-radius: 0;
}
.index .comnum ul{
	display: flex;
	padding-bottom: 3%;
	justify-content: space-between;
}
.index .comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.index .comnum ul li p {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.index .comnum ul li span{
	color: #fff;
}

@media screen and (max-width: 668px) {
	.case .swiper-container {
		margin: 20px 0 15px;
	}
}
.case .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

@media screen and (max-width: 668px) {
	.case .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}
.case .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 668px) {
	.case .swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}
.case{padding: 2% 0;}
.case .name .domore{
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-top: 5%;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.case .name .domore::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5%;
	width: 10%;
	height: 2px;
	background-color: #333;
}

.case .swiper-slide a{
	display: block;
	transition: 0.3s;
	color: #242323;
	background-color: #f3f3f3;
}
.case .swiper-slide a img{width: 100%;}
.case .swiper-slide .title{
	margin: 0;
	font-size: 18px;
	line-height: 49px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.case .swiper-slide:hover a{
	color: #fff;
	background-color: #0174bc;
}

.case .casebox .box-fw{position: relative;}
.case .casebox .box-fw .info{
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;bottom: 0;width: 100%;
	background-color: rgba(0, 0, 0, .47);
	transition: 0.3s;
	opacity: 1;
}
.case .casebox .box-fw .info .title{
	margin: 10px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case .casebox .box-fw .info p{
	font-size: 16px;
}
.company .casebox .box-fw img{height: 220px;width: 100%;object-fit: cover;}
.case .casebox .swiper-slide{
	opacity: 0.5;
}
.case .casebox .swiper-slide-active{
	opacity: 1;
}
.case .casebox .swiper-slide-active .box-fw .info{
	opacity: 1;
}
.case .casebox .swiper-container-multirow-column>.swiper-wrapper{
	flex-direction: unset;
}
.case .casebox .button>div{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .79);
}
.case .casebox .button>div::after{
	font-size: 15px;
}
.case .casebox{margin-top: 5%;}
.case .casebox a{display: block;width: 98%;margin: auto;}
.case .casebox .left img{
	height: 430px;width: 100%;
	object-fit: cover;
}
.case .casebox .right a{
	width: 96%;
	margin-bottom: 15px;
}
.case .casebox .right img{
	height: 208px;width: 100%;
	object-fit: cover;
}


/* .case .casebox .button .swiper-button-prev{left: -11px;} */
/* .case .casebox .button .swiper-button-next{right: -11px;} */


/* company */
.index .company{
	background-color: #fafafa;

}
.company{
	padding: 2%  0px;
	position: relative;
	overflow: hidden;
}
.company .inner{
	margin-top: 2%;
	width:85%;
	min-width: 360px;
	float: right;
}
.company .combox::after{
	content: "";
	position: absolute;
	width: 30%;
	padding-bottom: 13%;
	left: 0;
	bottom: 5%;
	z-index: -1;
	display: none;
	background-color: #0174bc;
}
.combox .cominfo{margin-top: 5%;}
.combox .name{margin-bottom: 5.5%;}
.combox .name .gocom{
	margin-top: -4%;
	color: #fff;
	display: block;
	font-size: 36px;
	background-color: #da251e;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #da251e;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	float: right;
	display: inline-block;
}
.combox .name .gocom::after{
	content: "";
	display: block;
	width: 135%;
	height: 135%;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	left: -17%;
	top: -17%;
	background-color: rgba(0, 80, 151, .3);
	zoom: 1.2;
	transition: 0.3s;
}
.combox .name .gocom:hover::after{
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
}
.combox .cominfo .title{
	margin: unset;
	padding-bottom: 0%;
	margin-bottom: 5%;
}
.combox .cominfo h2{
	font-size: 27px;
	line-height: 2.2;
	font-weight: bolder;
	color: #3d3d3d;
}
.combox .cominfo .name span{
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.combox .cominfo .infoshow{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
	-webkit-box-orient: vertical;
	
}
.combox .cominfo .mores{
	margin-top: 5%;
	color: #fff;
	font-size: 14px;
	background-color: #0174bc;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	transition: 0.3s;
	padding: 0px 0 0px 35px;
}
.combox .cominfo .mores span{
	display: inline-block;font-size: 18px;
	width: 50px;height: 50px;line-height: 50px;
	background-color: #f9b840;
	margin-left: 35px;
}



.combox .cominfo .mores:hover{color: #ef811e;}
.comnum{
	margin-top: 7%;
	width: 150%;
	position: relative;
	z-index: 1;
	color: #f9b840;
	background-color: #0174bc;
	border-radius: 0 50px 0  0;
}
.comnum p{font-size: 16px;}
.comnum b{
	color: #f9b840;font-size: 16px;
	font-weight: 800;
	display: inline-block;
	/* background-color: #f9b840; */
	border-radius: 50%;
	width: 30px;height: 30px;
	line-height: 30px;
	vertical-align: top;
	position: absolute;
	transform: translate(1px,0px);
}
.comnum span{
	font-size: 54px;
	color: #f9b840;
	font-weight: 400;
	font-family: fantasy;
}
.combox .comimg{
	display: block;
	padding-left: 3%;
	padding-bottom: 3%;
	overflow: hidden;
	position: relative;
}
.combox .comimg::after{
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	background-image: url(../images/combg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index .combox .imgbox{margin-top: 5%;}
.index .plant{width: 1380px;max-width: 100%;}
.company .plant h4{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.index .plant .imgbox{margin-top: 0;}
.index .plant .info{
	text-align: center;
}
.index .plant .swiper-container a{
	display: block;
	width: 90%;
	margin: auto;
}
.index .plant .button>div{
	background-color: rgba(0, 0, 0, .59);
	padding: 30px 18px;
}
.index .plant .button>div::after{font-size: 20px;}




.comimg img{
	max-width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.cominfo .honor{
	width: 34%;
	max-width: 100%;
	transform: scale(1.1);
}
.numgo{width: 65%;max-width:100%;line-height: 35px;color: #fff;}
.numgo>div{float: left;width: 33%;border-right: 1px solid #fff;text-align: center;}
.numgo>div:last-child{border: none;}
.abouts{margin-bottom: 6%;}
.abouts .show{font-size: 16px;line-height: 35px;}
.abouts .show p{
	margin-bottom: 15px;
}
/*  setinfo */
.setinfo{
	padding-bottom: 3%;
}
.setinfo .inner{
	width: 97%;
}
.setinfo .honor{
	margin-left: 3%;
}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #0174bc;
    margin-top: 10px;
}
.setinfo .inner  .shows{display: flex;justify-content: space-between;}
.setinfo .inner  .shows .imgbox{width: 48%;}
.setinfo .inner  .shows .imgbox img{width: 100%;height: 230px;object-fit: cover;}
/* news */
.index .news{
	padding:1% 0 2%;
	background-color: #f8f8f8;
}

.news{
	padding:0% 0 2%;
}
.news .name .domore{
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-top: 3%;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.news .name .domore::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5%;
	width: 10%;
	height: 2px;
	background-color: #333;
}
.news .left{width: 90%;margin: auto;}
.news .left .time{
	color: #fff;
	display: inline-block;
	background-color: #0174bc;
	padding: 22px 14px;
	border-radius: 8px;
	text-align: right;
	font-size: 16px;
	margin-top: -17px;
	margin-bottom: 12px;
	font-family: fantasy;

}
.news .left .time p{font-size: 30px;color: #fff;line-height: 1.4;}
.news .left img{
	width: 100%;
	object-fit: cover;
}
.news .left .news-cont{
	padding: 0% 5% 6.5%;
	background-color: #fff;
	transition: 0.3s;
}
.news .left .news-cont:hover{
	border-radius: 15px;
	transform: translateY(-10px);
	box-shadow: 0 0 10px #dedede;
}
.news .news-li h3{
	color: #333;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
	line-height: 2;
	transition: 0.3s;
}
.news .news-li .unm{line-height: 2;}
.news .news-li a{
	display: block;
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
    line-height: 28px;
    padding-bottom: 1%;
    margin-bottom: 1%;
	margin-top: 2%;
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexnewslist{margin-top: 6.5%;margin-bottom: 4%;}
.news .right ul li{
	padding: 5% 0.5%;
	border-bottom: 1px dashed #888888;
}
.news .right ul li .time{
	color: #999999;
	background-color: #eeeeee;
	text-align: center;
	margin-right: 14%;
	transition: 0.3s;
	font-size: 30px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	margin: auto;
	font-weight: bold;
	border-radius: 15px;
}
.news .right ul li .time p{
	font-size: 30px;
	text-align: center;
	border: none;
}
.news .right ul li .time time{
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	text-align: center;
	display: inline-block;
}
.news .right ul li p{
	border: none;
}
.news .right ul li:hover .time{
	color: #fff;
	background-color: rgba(245, 195, 0, 1);
}
.news .news-li a span{
	color: #0174bc;
	width: 100%;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a time::before{
	content: "";
	width: 29%;
	vertical-align: middle;
	margin-right: 2%;
	display: inline-block;
	height: 3px;
	background-color: #fff;

}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #0174bc;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #fafafa;
}
.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
}
.newslist li p{
	font-size: 15px;
	line-height: 30px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
}
.news .mores{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	background-color: #f5a42e;
	vertical-align: super;
	transition: 0.3s;
}
.news .mores:hover{
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 5px 5px 5px #0174bc;
}




#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #0174bc; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}


/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0174bc;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{
    text-align: center;
}

/*contact*/
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#dituContent {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 475px;
}
.pro{margin: 50px auto;}
/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "<<";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: ">>";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}

.comhome .abouts{margin-bottom: 2%;}
.comhome .comnum{
	margin-top: 0;
	width: 100%;
	padding: 1% 0px 1%;
	position: relative;
    z-index: 1;
}

.comhome .comnum ul{
	display: flex;
	padding-bottom: 3%;
	justify-content: space-between;
}
.comhome .comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.comhome .comnum ul li p {
	color: #fff;
    font-size: 25px;
    font-weight: 100;
}
.comhome .comnum ul li span{
	color: #fff;
}
.comhome .comimg img{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.oth .product{padding-top: 1%;background: none;}

.index .news .container{margin-top: 2.2%;}
/* footer */
footer .link{
	padding: 18px 0;
	border-top: 1px solid #d3d3d3;
	background-color: #f3f3f3;
}
footer .link  span{
	font-size: 18px;
}
footer .foot{
	padding: 36px 0;
	font-size: 14px;
	color: #fff;
	background-color: #282828;
}
footer .foot .codebox{
	display: flex;
    justify-content: space-around;
    text-align: center;
}
footer .foot .codebox p{line-height: 2;}
footer .foot a{color: #b7b7b7;}
footer .foot ul li{
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}
footer .foot h5{
	display: inline-block;
	width: 10%;
	color: #fff;	
	font-weight: bold;
	font-size: 18px;
}
footer .fotnav{display: inline-block;max-width: 89%;}
.foot .f_info{margin-bottom: 10px;color: #b7b7b7;}
.foot .f_info ul{display: inline-block;width: 89%;}
.foot .copy{
	margin-top: 25px;
	padding-top: 15px;
	font-size: 15px;
	border-top: 1px solid #484848;
}


.fotnav a{
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	transition: 0.3s;
}
.fotnav a::after{
	content: "/";
	padding: 0 20px;
	display: inline-block;
}
.fotnav a:last-child::after{
	display: none;
}
.fotnav a:hover{color: #0174bc;}
.rightnav {
    position: fixed;
    right: 3%;
    top: 38%;
    z-index: 9
}

.rightnav li {
    position: relative;
    margin-bottom: 2px
}

.rightnav li a {
    border-radius: 50%;
}

.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}

.weightcons a {
    border-radius: 15px;
}

.rightnav li a {
	color: #fff;   
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
    display: block;
    transition: .3s;
    background-color: #0174bc
}
.rightnav li a span{
	font-size: 23px;
}
.rightnav li a img {
    margin-bottom: 10px
}

.rightnav li>a:hover {
    background-color: #0174bc
}
.rightnav .hover_con a {
	font-weight: bolder;
	width: auto;
}

.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #0174bc;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
	margin: auto;
}

.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{
	display: none;
}

@media (max-width:1800px){
	.banner .btngo::before{width: 33%;}
	.hotwords::before{width: 33%;}
}
@media (max-width:1580px){
	.banner .slide-inner{background-size: cover;}
	.banner .btngo::before{width: 30%;}
	.hotwords::before{width: 30%;}
}

@media (max-width:1450px){
	.advinner .name h2{font-size: 28px;}
	.company .inner{width: 95%;}
	header .top::before{width: 10%;}
	.title p{font-size: 110px;line-height: 92px;}
	.hotwords .disline span{
		font-size: 16px;
		text-align: right;
	}
	.hotwords{font-size: 14px;}
}

@media (max-width:1400px){
	.banner .btngo::before{width: 33%;}
	.hotwords::before{width: 33%;}
}

@media (max-width:1400px){
  .procls ul li a{font-size:18px;}
	.combox .cominfo h2{font-size: 22px;}
	.btngobox>div>div{margin: 0 20px;}
	.hotwords .tel{display: none;}

	.container{
		width: 1300px;
		max-width: 100%;
	}
	.probox ul li a{
		line-height: 42px;
	}
	.advinner .right .advinfo ul li{font-size: 14px;}
	.msgbox .text h3{font-size: 26px;}
	.company .combox::after{padding-bottom: 12%;}
	.comnum span{font-size: 42px;}
	.header .inners{padding: 0 4%;}
	/* .case .casebox .left img{height: 350px;} */
}
@media (max-width:1200px){
  .goodscard .pro img{height:220px;}
  
  
  .hotwords .disline{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        max-width: 100%;
  }
  .advinner .name span{font-size:12px;}
  
  
  
	.title p{font-family: "微软雅黑";}
	/* .case .casebox .left img{height: 320px;} */
	.fotnav a::after{padding: 0 10px;}
	.index .comnum ul li p{font-size: 14px;}
	.comnum span{font-size: 32px;}
	.index .comnum ul li{padding: 20px 4px;}
	.advinner .name h2{font-size: 26px;}
	.hotwords .disline span{width: 350px;margin-right: 5px;}
	.hotwords .disline a{margin: 0 3px;}
	.hotwords{
      font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
	.btngobox{width: 300px;}
	.hotwords .disline span{font-size: 15px;}
	.banner .btngo::before{width: 350px;}
	.hotwords::before{width: 350px;}
	.advinner .title h2{font-size: 32px;}
	.advbox h6{font-size: 19px;}
	.advbox p{font-size: 14px;}
	.advbox .leftadv li span{font-size: 32px;}
	.advbox .leftadv li i{width: 60px;height: 55px;left: 6%;top: -10%;}

	.title p{font-size: 100px;line-height: 75px;}
	.title h3{font-size: 34px;}
	.procls ul li a{font-size: 16px;    line-height: 20px;}
	.msgbox{background-position: 70%;}
	.company .inner{width: 95%;}
	header h1{max-width: 100%;}
	header .webtit{width: 47%;}
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
	.advinner .right .top p{font-size: 28px;}
	.msgbox .text h3{font-size: 22px;}
	.msgbox .consimg{font-size: 20px;}
}
@media (max-width:992px){
	.advbox::after{height: 60%;}
	.advinner .name h2{font-size: 21px;}
	.advinner .left{margin-top: 10%;}

	.procls ul{width: 100%;}
	.procls ul li a{margin: 0;}

	.goodscard .pro img{ width: 100%;height: 200px;object-fit: contain;}
	.news .left .time p{font-size: 20px;}
	.news .left .time{font-size: 14px;padding: 15px 10px;}
	.news .news-li h3{font-size: 18px;}
	footer .fotnav{max-width: 100%;}


	.header .inners{height: 90px;line-height: 90px;}
	.mainbav>li>a{line-height: 90px;}
	
	.case .casebox a{width: 96%;margin-bottom: 15px;}


	.combox .cominfo h2{font-size: 22px;}
	.combox .cominfo .name span{font-size: 16px;}
	.hotwords .tel{display: none;}
	.comimg img{width: 100%;height: 300px;}
	.comnum{margin-top: 4%;width: 100%;}
	.combox .name{margin-bottom: 2.5%;}
	.msgbox .text h3{font-size: 17px;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.news .right ul li .time p{font-size: 20px;}
	.news .right ul li .time time{font-size: 16px;}
	.combox .comimg{margin-left: 0;}
	.company .inner{width: 100%; float: none;}
	.combox .cominfo{margin-top: 0;padding: 0 20px;}
	.advinner .right{
		margin-left: -15px;
	}
	.advinner .right .top p{font-size: 20px;}
	.headtop .topinfo{
		padding-right: 10px;
	}
	.mainbav>li>a{
		font-size: 14px;
	}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}
	.advbox .inner .title p{font-size: 78px;}
	.advbox .inner .title h4{font-size: 26px;}
	.company .plant h4{font-size: 26px;font-weight: 400;}
	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 80px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.advbox .inner .title{text-align: center;}
	.advbox .inner ul{width: 100%;}
	.setinfo .inner .shows .imgbox img{height: 175px;}
   footer .foot h5{font-size:15px;}
}
@media (max-width:767px){
	.comimg img{max-height: 200px;}
  .case .casebox .box-fw .info{font-size:14px;}
    .abouts .show{font-size:14px;}
	.case .casebox .left img{height: 230px;}
  .foot .copy{font-size:14px;}

	.codeimg{margin-top: 15px;}
	
	.title h3{font-size: 20px;line-height: 2;}
	.advinner .name h2{font-size: 18px;line-height: 2;}
	.advinner .name span{font-size: 12px;}
	.advbox .leftadv li{font-size: 14px;}

	.banner .btngo{display: none;}
	.company .casebox .box-fw img{height: 130px;}

	.header .inners{height: 70px;line-height: 70px;padding: 0;}
	.mainbav>li>a{line-height: 54px;}
	.topbox{margin-top: -56px;margin-right: 8px;}

	.advinner .advcons{padding-left: 0;padding-top: 3%;}
	.combox .cominfo h2{font-size: 18px;}
	.combox .cominfo .name span{font-size: 14px;}
	.combox .cominfo .infoshow{font-size: 14px;}

	.hotwords{display: none;}
	.newslist li h3{line-height: 25px;margin: 10px auto;font-size: 17px;}
	.newslist li p{font-size: 14px;line-height: 24px;}
	.newslist li .mores{
		margin-top: 3%;
		line-height: 17px;
	
	}
	.newslist li .mores span{font-size: 12px;}
	.newslist li .time{
		margin-top: 2%;
		margin-bottom: 7%;
	}

	.title span{line-height: 25px;margin: 15px 0;}
	.advbox h6{font-size: 15px;margin-top: 15px;}
	.advinner .right li .img{float: right;}
	.advbox::after{display: none;}

	.cominfo .honor{width: 100%;margin-bottom: 5%;transform:none;text-align: center;}
	.numgo{width: 100%;}
	.comnum span{font-size: 26px;}
	.comnum p,.comnum b{font-size: 14px;}
	.mainbav>li.act::after{transform: none;}
	.header .tels span{font-size: 18px;line-height: 49px;}
	header .top::before,.header .tels p,.header .tels img{display:none;}
	.comnum{text-align: center;}
	.company{padding: 2% 5px 0;}
	.advbox{margin: 10px auto;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.advinner .right .top p{font-size: 15px;}
	.advinner .right .top h5{font-size: 24px;}
	.news .right ul li .time time{line-height: 18px;}
	.news .right ul li .time{padding: 1% 0;margin-bottom: 5%;}
	.news .news-li a time::before{width: 0;}
	.news .right ul li{margin-bottom: 3%;}
	.news .left .news-cont{margin-bottom: 3%;}
	.news .left{width: 100%;}

	.header h1{
		padding: 0 3%;
		margin-bottom: 2%;
	}
	/* footnav */
	#plugin-contact-ring2 {
		position: fixed;
		bottom: 0;	
		width: 100%;
		background: #0174bc;
		left: 0;
		max-width: 750px;    
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		display: block;
	}

	#plugin-contact-ring2 li {
		display: block
	}

	#plugin-contact-ring2 #ring-list {
		overflow: hidden;
		margin-bottom: 0;
	}

	#plugin-contact-ring2 #ring-list li:active {
		background: rgba(0, 0, 0, .3);
		border-radius: initial
	}


	#plugin-contact-ring2 #ring-list li{
		width: 25%;
		float: left;
		text-align: center;
	}
	#plugin-contact-ring2 #ring-list li img{
		height: 23px;
	}
	#ring-list span{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 2.3;
	}
	#plugin-contact-ring2 #ring-list .item a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 66px;
		border-right: 1px solid #f7f7f7;
		padding-top: 10%;
	}
	footer{margin-bottom: 66px;}
	.goodscard .swiper-slide a img{width: 100%;height: 180px;;object-fit: contain;}
	.rightnav{display: none;}
	/* #swiper-container1{height: auto;} */
	#formData .form-tr .code input{width: 120px;}
	/* #swiper-container1 .swiper-slide{height: auto;} */
	footer .foot h5{
		width: 100%;
	}
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: #0174bc;
		color:#fff;
	}
	.product .pronav li{
		text-align: left;
		float: left;
		width: 50%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		/* background-color: #ededed; */
	}
	.product .pronav li a{
		width: 100%;
		border: none;
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.mainbav>li>a{font-size: 16px;color:#fff;}
	.crumbs a, .crumbs{
      font-size: 14px;
      margin-bottom: 5%;
  }

	.advbox .inner .title p{font-size: 56px;}
	#prev_next li{width: 100%;}
	.advbox .inner .title h4,.cominfo h2,.newsconts h3{font-size: 20px;}
	.advbox .inner ul li{font-size: 18px;}
	.advbox .inner ul li p{
		font-size: 14px;
		line-height: 2;
	}
	.setinfo .inner .shows .imgbox img{height: 135px;}
	.comnum{padding: 0 5px 3%;}
	.combox{padding: 15px 5px 0;}

	.newslist li .time{width: 90%;}
	.comnum{margin-bottom: 25px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 50%;float: left;}
	.comnum ul li p{font-size: 16px;}
	.comhome .comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 22px;}
	.title p{font-size: 50px;}
	.header{height: auto;padding-top: 0px;padding-bottom: 0px;}

	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 10px;
		margin: 0;
		width: 51px;
		height: 46px;
		padding: 5px 10px;
		background-color: #0174bc;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.mainbav{
		position: absolute;
		background: #0174bc;
		z-index: 10;
		left: 0;
		top: 100%;
		width: 100%;
	}
	.mainbav>li::after{left: 0;}
	.mainbav li{display: none;}
	.contenbox{font-size: 14px;}
	.combox .cominfo{padding: 0 10px;}
	.company .inner{min-width:unset;}
	.name{padding: 0 10px;}
    .center-block{
		width: 100%;
		height: 100px;
		object-fit: cover;
	}
	.pro {margin: 10px auto;}
	.goodall ul li ,.goodall .read{font-size: 15px;}
	.goodall .telall{width:100%;}
	.goodall h2{font-size: 22px;}
	.prodefault .top h4{font-size: 16px;}

	.setinfo .inner .name h5{font-size: 18px;}
}


@media (max-width:500px){
   	.title p{font-size:24px;}
  
	.cominfo .name{padding: 0;}
	.de-page-mian .page-inner span{display: none;}
	.comhome .comnum ul li p{font-size: 14px;font-weight: 400;}
	.header h1 img{max-height: 45px;}
	.header .tels{display: none;}
	.combox .name .gocom{margin-top: -25%;zoom: 0.7;}
	.msgbox{background-position: 70%;}
	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: cover;}
	.banner{padding-bottom: 47%;}
	.news .news-li h3{font-size: 16px;}
	.combox .cominfo h2{font-size: 14px;}
  	.company .plant h4{font-size:22px;}
	.title h3{font-size: 22px;}
	.combox .cominfo .name span{font-size: 11px;}
	.index .product{padding-bottom: 10%;}

}